home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TCONTENTMESSAGEFORM / TCONTENTMESSAGEFORM.txt
Text File  |  2010-10-15  |  4KB  |  198 lines

  1. object ContentMessageForm: TContentMessageForm
  2.   Left = 307
  3.   Top = 169
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'Message'
  6.   ClientHeight = 358
  7.   ClientWidth = 519
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Microsoft Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   OnKeyPress = FormKeyPress
  18.   OnShow = FormShow
  19.   DesignSize = (
  20.     519
  21.     358)
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object OKButton: TTntButton
  25.     Left = 342
  26.     Top = 329
  27.     Width = 75
  28.     Height = 23
  29.     Anchors = [akRight, akBottom]
  30.     Caption = '&OK'
  31.     Default = True
  32.     TabOrder = 1
  33.     OnClick = OKButtonClick
  34.   end
  35.   object CancelButton: TTntButton
  36.     Left = 430
  37.     Top = 329
  38.     Width = 67
  39.     Height = 23
  40.     Anchors = [akRight, akBottom]
  41.     Caption = '&Cancel'
  42.     ModalResult = 2
  43.     TabOrder = 2
  44.   end
  45.   object MessageBox: TTntGroupBox
  46.     Left = 0
  47.     Top = 0
  48.     Width = 519
  49.     Height = 324
  50.     Align = alTop
  51.     Caption = 'Message'
  52.     TabOrder = 0
  53.     object FromLab: TTntLabel
  54.       Left = 8
  55.       Top = 18
  56.       Width = 26
  57.       Height = 13
  58.       Caption = 'From:'
  59.     end
  60.     object ToLab: TTntLabel
  61.       Left = 8
  62.       Top = 41
  63.       Width = 16
  64.       Height = 13
  65.       Caption = 'To:'
  66.     end
  67.     object SubjectL: TTntLabel
  68.       Left = 8
  69.       Top = 62
  70.       Width = 39
  71.       Height = 13
  72.       Caption = 'Subject:'
  73.     end
  74.     object FromEdit: TTntEdit
  75.       Left = 96
  76.       Top = 15
  77.       Width = 386
  78.       Height = 21
  79.       TabOrder = 0
  80.     end
  81.     object ToEdit: TTntEdit
  82.       Left = 96
  83.       Top = 37
  84.       Width = 386
  85.       Height = 21
  86.       TabOrder = 2
  87.     end
  88.     object SubjectEdit: TTntEdit
  89.       Left = 96
  90.       Top = 59
  91.       Width = 407
  92.       Height = 21
  93.       TabOrder = 4
  94.     end
  95.     object TextButton: TTntRadioButton
  96.       Left = 8
  97.       Top = 82
  98.       Width = 89
  99.       Height = 17
  100.       Caption = 'Text:'
  101.       Checked = True
  102.       TabOrder = 5
  103.       TabStop = True
  104.       OnClick = TextButtonClick
  105.     end
  106.     object Memo: TTntMemo
  107.       Left = 96
  108.       Top = 81
  109.       Width = 407
  110.       Height = 149
  111.       ScrollBars = ssBoth
  112.       TabOrder = 6
  113.       WordWrap = False
  114.       OnKeyDown = MemoKeyDown
  115.     end
  116.     object PatternBox: TTntButton
  117.       Left = 379
  118.       Top = 235
  119.       Width = 124
  120.       Height = 23
  121.       Caption = 'Message patterns...'
  122.       TabOrder = 7
  123.       OnClick = PatternBoxClick
  124.     end
  125.     object MessageFileEdit: TTntEdit
  126.       Left = 96
  127.       Top = 261
  128.       Width = 388
  129.       Height = 21
  130.       TabOrder = 8
  131.     end
  132.     object FileNameButton: TTntRadioButton
  133.       Left = 8
  134.       Top = 263
  135.       Width = 87
  136.       Height = 17
  137.       Caption = 'Message file:'
  138.       TabOrder = 9
  139.       OnClick = TextButtonClick
  140.     end
  141.     object HiddenPanel: TTntPanel
  142.       Left = 6
  143.       Top = 290
  144.       Width = 499
  145.       Height = 26
  146.       BevelOuter = bvNone
  147.       TabOrder = 10
  148.       object MessageTypeL: TTntLabel
  149.         Left = 3
  150.         Top = 4
  151.         Width = 69
  152.         Height = 13
  153.         Caption = 'Message type:'
  154.       end
  155.       object MessageTypeBox: TTntComboBox
  156.         Left = 90
  157.         Top = 0
  158.         Width = 407
  159.         Height = 21
  160.         Style = csDropDownList
  161.         ItemHeight = 13
  162.         TabOrder = 0
  163.         Items.Strings = (
  164.           'Email'
  165.           'Instant Messaging'
  166.           'Email & Instant Messaging')
  167.       end
  168.     end
  169.     object MsgFileButton: TTntButton
  170.       Left = 483
  171.       Top = 260
  172.       Width = 20
  173.       Height = 21
  174.       Caption = '...'
  175.       TabOrder = 11
  176.       OnClick = MsgFileButtonClick
  177.     end
  178.     object FromSelectButton: TTntButton
  179.       Left = 481
  180.       Top = 15
  181.       Width = 21
  182.       Height = 21
  183.       Caption = '...'
  184.       TabOrder = 1
  185.       OnClick = FromSelectButtonClick
  186.     end
  187.     object ToSelectButton: TTntButton
  188.       Left = 481
  189.       Top = 37
  190.       Width = 21
  191.       Height = 21
  192.       Caption = '...'
  193.       TabOrder = 3
  194.       OnClick = ToSelectButtonClick
  195.     end
  196.   end
  197. end
  198.